BILDIT Complete API Collection (Postman Collection)
Complete collection of ALL BILDIT Visual Experience Engine API endpoints including Remote, OCAPI, SiteSpect, DynamicYield, and other services. Based on BILDIT_Complete_API_Collection.postman_collection.json.
Using with Postman
- Import the collection: Import
BILDIT_Complete_API_Collection.postman_collection.jsoninto Postman. - Create an environment: Add an environment with these variables:
base_url— e.g.https://admin.bildit.cofor Production; see Base URLs for Stage/Localapi_key— your app key (useyour-api-key-hereas placeholder; obtain from your Visual Experience Engine app configuration)
- Select the environment before running requests.
caution
Never commit or share real API keys. Use placeholders in shared configs and obtain your key from the Visual Experience Engine.
Variables
- base_url: Base Firebase Functions host
- api_key: App key for authentication (use your own — never share)
Remote Endpoints
v1 Endpoints
GET /v1/remote-banners— list banners by deviceGET /v1/remote-webbanners— web banners with filters (tomorrow,location,category,customerGroup,date)GET /v1/remote-categories— categoriesGET /v1/remote-component— component bypath,version,platformGET /v1/remote-config— configuration objectGET /v1/remote-content— content byslugorcidGET /v1/remote-baseCodelib— base code libraryGET /v1/remote-baseComponent— base componentGET /v1/remote-screen— screen byname,version,platformGET /v1/remote-notifications— notifications byplatform,storesGET /v1/appetizeio-banners— AppetizeIO banners
v1_1 Endpoints
GET /v1_1/remote-bannersGET /v1_1/remote-webbanners— addsmodeparameter (compiled/transpiled)GET /v1_1/remote-componentGET /v1_1/appetizeio-banners
Legacy (No Version Prefix)
GET /remote-banners— list banners by deviceGET /remote-webbanners— web banners with filtersGET /remote-categories— categoriesGET /remote-component— component bypath,version,platformGET /remote-config— configuration objectGET /remote-content— content byslugorcidGET /remote-baseCodelib— base code libraryGET /remote-baseComponent— base componentGET /remote-screen— screen byname,version,platformGET /remote-notifications— notifications byplatform,storesGET /appetizeio-banners— AppetizeIO banners
OCAPI Endpoints
OCAPI (Open Commerce API) endpoints for Salesforce Commerce Cloud integration. All support ALL methods and proxy to the underlying OCAPI services.
Base (No Version Prefix)
ALL /ocapi-account/**ALL /ocapi-bag/**ALL /ocapi-catalog/**ALL /ocapi-checkout/**ALL /ocapi-controller/**
v1 Endpoints
ALL /v1/ocapi-account/**ALL /v1/ocapi-bag/**ALL /v1/ocapi-catalog/**ALL /v1/ocapi-checkout/**ALL /v1/ocapi-controller/**
SiteSpect Engine
ALL /sitespect-engine/**ALL /v1/sitespect-engine/**
DynamicYield Engine
ALL /dynamicyield-engine/**ALL /v1/dynamicyield-engine/**
AI & Content Generation
GET /v1/generateAmpScriptGET /v1/updateBrandConfigurationGET /v1/updateContentCreatorConfigurationGET /v1/seedContentCreatorConfigurationGET /v1/getContentCreatorConfigurationEditableValuesGET /v1/getContentCreatorConfigurationGET /v1/aiEmailSubjectCreator
Cache & Utility
GET /v1/caches-saveInfoPOST /firebase-tokenGET /config/sso
Example Requests
Remote Endpoints Example
curl "{{base_url}}/v1_1/remote-webbanners?key={{api_key}}&mode=compiled&location=home&category=promo&customerGroup=default"